home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000163_news@columbia.edu_Wed Nov 16 22:53:00 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23836
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 17 Nov 1994 07:12:42 -0500
  3. Received: by apakabar.cc.columbia.edu id AA20834
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 17 Nov 1994 07:12:40 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!hookup!news.moneng.mei.com!howland.reston.ans.net!vixen.cso.uiuc.edu!rsm1.physics.uiuc.edu!lewart
  6. From: d-lewart@uiuc.edu (Daniel S. Lewart)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: SET PARITY command-line completion
  9. Date: 16 Nov 94 22:53:00 GMT
  10. Organization: DSL Consulting
  11. Lines: 16
  12. Message-Id: <lewart.785026428@rsm1.physics.uiuc.edu>
  13. Reply-To: d-lewart@uiuc.edu (Daniel S. Lewart)
  14. Nntp-Posting-Host: rsm1.physics.uiuc.edu
  15. X-Newsreader: NN version 6.5.0 (NOV)
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I am using MS-Kermit 3.14/Beta-12, but this command-line completion bug
  19. has been around for a while.  The following add extra stuff on the end:
  20.     set parity e<Esc>
  21.     set parity m<Esc>
  22.     set parity n<Esc>
  23.     set parity o<Esc>
  24.     set parity s<Esc>
  25. For example, "set parity n<Esc>" gives:
  26.     set parity none (8-bit data)  _
  27. This should be:
  28.     set parity none_
  29. where the underscore is the cursor.
  30.  
  31. Thank you,
  32. Daniel Lewart
  33. d-lewart@uiuc.edu